* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bodyclass.page-second .btn:after {
  display: none !important;
}

.bodyclass.page-second .sec-snippet-h3 {
  margin: 0 !important;
}

@media screen and (max-width: 896px) {
  .bodyclass.page-second .btn {
    min-width: 0px !important;
  }
}

#app_fg {


  a {
    transition: all 0.3s ease;

    &:hover {
      opacity: 0.7;
    }
  }

  .mb-30 {
    margin-bottom: 30px;
  }

  .bb-none {
    border-bottom: none;
  }

  .bg-initial {
    background-color: initial;
  }

  .opti {
    font-family: "Kaisei Opti", serif;
    font-weight: 400;
    font-style: normal;
  }

  .noto {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .inner {
    width: calc(1068 / 1188 * 100%);
    max-width: 1068px;
    margin: 0 auto;
  }

  img {
    width: 100%;
  }

  .sec02 {
    background-image: linear-gradient(#C39393, #902225);
    padding-bottom: 30px;
  }

  .bg-red {
    background-color: #902225;
  }


  .pt-90 {
    padding-top: 90px;
  }

  .p-0 {
    padding: 0;
  }

  .flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .trigger {
    width: calc(50% - 15px);
    cursor: pointer;
    transition: all 0.3s ease;

    &:hover {
      transform: translateY(4px);
    }
  }

  .p-40 {
    padding: 40px;
  }

  .gap-30 {
    gap: 30px;
  }

  .border {
    width: 40px;
    height: 2px;
    background: #fff;
  }

  .color-white {
    color: #fff;
  }

  .mx-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-32 {
    font-size: clamp(24px, calc(32 / 1188 * 100vw), 32px);
  }

  .mt-45 {
    margin-top: 45px;
  }

  .bg-white {
    background-color: #fff;
  }

  .w-464 {
    width: calc(464 / 1068 * 100%);
  }

  .bb-62554D {
    border-bottom: 1px solid #62554D;
    position: relative;
    transition: all 0.3s ease;

    &::before {
      content: '';
      position: absolute;
      bottom: -1px;
      left: 0;
      width: calc(474 / 988 * 100%);
      height: 1px;
      background: #fff;
      transition: left 0.3s ease;
    }

    &:has(.btn:nth-child(2).active)::before {
      left: auto;
      right: 0;
    }
  }

  .btn {
    width: calc(474 / 988 * 100%);
    cursor: pointer;
    padding: 14px 0;
    background: #ECE8DF;
    color: #62554D;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: none;
    border-radius: 0;
    ;

    &.active {
      background: #fff;
      color: #62554D;
      border-top: 1px solid #62554D;
      border-left: 1px solid #62554D;
      border-right: 1px solid #62554D;
      transition: all 0.3s ease;
    }
  }

  .text-20 {
    font-size: 20px;
  }

  .mt-90 {
    margin-top: 90px;
  }

  .my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .m-0 {
    margin: 0;
  }

  @media (max-width: 768px) {
    .mt-90 {
      margin-top: 60px;
    }
  }

  .cont1,
  .cont2 {
    margin-top: 30px;
    display: none;
    transition: all 0.3s ease;

    &.active {
      display: block;
    }
  }

  .plan {
    >img {
      width: calc(33% - 16px);
      gap: 16px;
    }

    >a {
      width: calc(33% - 16px);
      transition: all 0.3s ease;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  .justify-center {
    justify-content: center;
  }

  .gap-16 {
    gap: 16px;
  }

  .mb-45 {
    margin-bottom: 45px;
  }

  .accordion {
    width: 100%;
    margin: 0 auto;
  }

  .accordion-item {
    margin: 40px auto 27px;
    overflow: hidden;
    width: 100%;
  }

  .accordion-item.mb-20 {
    margin-bottom: 20px;
  }

  .accordion-item.mt-0 {
    margin-top: 0;
  }

  .accordion-item.mb-20 {
    margin-bottom: 20px;
  }

  .accordion-item-header {
    background: #902225;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: calc(497 / 988 * 100%);
    margin: 0 auto 20px;

    &::before {
      content: '';
      position: absolute;
      bottom: 1px;
      right: 1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 20px;
      /* 三角形のサイズ */
      border-color: transparent transparent #C39393 transparent;
      /* 右下が白 */
    }
  }

  .content-header {
    background: #902225;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: calc(497 / 988 * 100%);
    margin: 0 auto;

    &::before {
      content: '';
      position: absolute;
      bottom: 1px;
      right: 1px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 20px 20px;
      /* 三角形のサイズ */
      border-color: transparent transparent #C39393 transparent;
      /* 右下が白 */
    }
  }

  .accordion-item-header:hover {
    opacity: 0.7;
  }

  .accordion-item-header a {
    display: block;
    padding: 24px 40px;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
  }

  .content-header:hover {
    opacity: 0.7;
  }

  .content-header a {
    display: block;
    padding: 24px 40px;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-align: center;
  }

  .accordion-item-header h3 {
    margin: 0;
    font-size: clamp(16px, calc(24 / 1188 * 100vw), 24px);
    font-weight: 600;
  }

  .content-header h3 {
    margin: 0;
    font-size: clamp(16px, calc(24 / 1188 * 100vw), 24px);
    font-weight: 600;
  }

  .accordion-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #fff;
  }

  .accordion-item-content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    padding: 20px;
    box-sizing: border-box;
  }

  .sec04,
  .sec05,
  .sec06,
  .sec07,
  .sec08 {
    display: none;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .bg-deep-red {
    background-color: #4D0012;
  }

  .pt-40 {
    padding-top: 40px;
  }

  .pb-60 {
    padding-bottom: 60px;
  }

  .px-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .max-w-18 {
    max-width: 18px;
  }

  .max-h-18 {
    max-height: 18px;
  }

  .inline-block {
    display: inline-block;
  }

  .gap-20 {
    gap: 20px;
  }

  .w-33p {
    width: calc((100% - 40px) / 3);
  }

  .flex-start {
    justify-content: flex-start;
  }

  .anchor {
    background: #4D0012;

    >a {
      transition: all 0.3s ease;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  .pt-30 {
    padding-top: 30px;
  }

  .mt-30 {
    margin-top: 30px;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .w-400 {
    width: 400px;
  }

  .banner {
    margin: 45px auto 60px;

    >a {
      transition: all 0.3s ease;

      &:hover {
        opacity: 0.7;
      }
    }
  }

  .mb-16 {
    margin-bottom: 16px;
  }

  .text-wrap {
    text-wrap: wrap;
  }

  .text-19 {
    font-size: 19px;
  }

  .w-48p {
    width: 48%;
  }

  .mb-0 {
    margin-bottom: 0;
  }

  @media (max-width: 768px) {
    .accordion-item-header {
      margin: 0 0 20px;
      width: 100%;
    }

    .content-header {
      margin: 0;
      width: 100%;
    }

    .sp-w-100 {
      width: 100%;
    }

    .sp-text-18 {
      font-size: 18px;
    }

    .sp-text-16 {
      font-size: 16px;
    }

    .banner {
      margin-top: 30px;
    }

    .pt-30 {
      padding-top: 20px;
    }

    .accordion-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
    }

    .sp-px-12 {
      padding-left: 12px;
      padding-right: 12px;
    }

    .sp-mb-20 {
      margin-bottom: 20px;
    }

    .pc-only {
      display: none;
    }

    .sp-only {
      display: block;
    }

    .accordion-item-content iframe {
      padding: 10px;
    }

    .accordion-item-header a {
      padding: 12px 15px;
    }

    .content-header a {
      padding: 12px 15px;
    }

    .pt-90 {
      padding-top: 60px;
    }

    .border {
      width: 32px;
    }

    .mt-45 {
      margin-top: 30px;
    }

    .gap-30 {
      gap: 16px;
    }

    .p-40 {
      padding: 20px 16px;
    }

    .flex-col {
      flex-direction: column;
    }

    .inner {
      width: calc(311 / 351 * 100%);
    }

    .sp-w-100 {
      width: 100%;
    }

    .cont1,
    .cont2,
    .plan .sp-w-100 {
      width: 100%;
    }



    .sp-w-100.trigger {
      width: 100%;
    }

    .sp-px-0 {
      padding-left: 0;
      padding-right: 0;
    }
  }
}